home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Conclip < prev    next >
Text File  |  1997-04-10  |  2KB  |  63 lines

  1.         CONCLIP (2.X/3.X only)  (location: C:)
  2.  
  3.  
  4.     NAME
  5.             Conclip- Directs console device to use the clipboard 
  6.         for cutting-and-pasting. 
  7.  
  8.     SYNOPSIS
  9.         CONCLIP [UNIT clipnum] [OFF]
  10.  
  11.     DESCRIPTION
  12.             By default, the Amiga's console device only uses its 
  13.         own internal buffer for copying and pasting. This command 
  14.         directs the console device to use the clipboard for its 
  15.         copying and pasting.
  16.  
  17.             Copy-and-Paste lets you copy a block of text from a 
  18.         console window by drag-selecting it with the mouse then 
  19.         pressing RightAmiga-C. You can then paste this into 
  20.         another console window by activating that console and 
  21.         pressing the RightAMiga- V. 
  22.  
  23.             Conclip not only lets you paste into other consoles 
  24.         but also into the window of any other application which 
  25.         supports the clipboard. 
  26.  
  27.             It's an extremely good idea to make sure it is in 
  28.         your Startup-Sequence. This way, you will not have to 
  29.         worry about it.
  30.  
  31.             Note: Conclip requires the iffparse.library to be in 
  32.         your LIBS: drawer and the clipboard.device file to be in 
  33.         your DEVS: drawer.
  34.  
  35.     KEYWORDS
  36.         UNIT
  37.             Lets you specify the device unit number from 0 to 
  38.         255.  This designates the clipboard device number you 
  39.         wish to paste to. You do not have to add the word 'UNIT', 
  40.         you can merely specify the number.
  41.  
  42.         OFF
  43.             Lets you turn off the clipboard device for that 
  44.         console.  There is really no need to do this as it will 
  45.         never effect the operation of anything else.
  46.  
  47.     EXAMPLES
  48.  
  49.             1. To direct the console to use the clipboard to 
  50.         copy-and-paste:
  51.  
  52.             Conclip
  53.  
  54.             2. To change the clipboard unit number used by the 
  55.         console device to unit 3:
  56.  
  57.             Conclip 3
  58.  
  59.             (By the way, the console device is utilized to accept 
  60.         keyboard and mouse strokes and print them to the screen. 
  61.         The output goes to a console window. The CLI has its very 
  62.         own console window.)
  63.